PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


DrawThemeWindowListViewHeader

Draws a window list view header.

pascal OSStatus DrawThemeWindowListViewHeader (
                     const Rect *inRect,
                     ThemeDrawState inState);
inRect
A pointer to a structure of type Rect . Before calling DrawThemeWindowListViewHeader , specify the rectangle in which to draw the window list view header, in local coordinates.
inState
A value of type ThemeDrawState . Pass a constant specifying the state in which to draw the window list view header; see Theme Draw State Constants . The header can be drawn as active or inactive; passing kThemeStatePressed produces an error.
function result
A result code; see Result Codes .
DISCUSSION

The DrawThemeWindowListViewHeader function draws a theme-compliant window list view header, such as that used by the Finder. A window list view header is drawn without a line on its bottom edge, so that bevel buttons can be placed against it without overlapping.

VERSION NOTES

Available with Appearance Manager 1.0 and later.


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)